home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11119 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: pt9256.ped.pto.ford.com!tumkur
  2. From: tumkur@pt9256.ped.pto.ford.com (Ramkumar Tumkur)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: C++ Exceptions and error codes
  5. Date: 12 Mar 1996 19:19:13 GMT
  6. Organization: Ford Motor Co., Powertrain Electronics
  7. Message-ID: <4i4inh$pca@pt9201.ped.pto.ford.com>
  8. References: <313BC8AA.1B24@cais.com>
  9. NNTP-Posting-Host: pt9256.ped.pto.ford.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Nehal Trivedi (ntrivedi@cais.com) wrote:
  13. : I am looking for expert suggestions on designing C++ exception classes for 
  14. : error-handling in client-server systems with the following constraints:
  15. : 1) Need to handle the equivalent of 100+ error codes
  16. : 2) Need to handle exceptions thrown by:
  17. :     a) OODB (ObjectStore)
  18. :     b) ORB (Orbix)
  19. :     c) STL (Objectspace)
  20. : 3) Need to handle internationalization of error messages
  21.  
  22. : I have done error-handling and some exception handling before, so I am not 
  23. : completely new to this. Also by now I have gone through all the C++ books that I 
  24. : could find on the subject.
  25.  
  26. : Thanks
  27. : Nehal Trivedi
  28. : (ntrivedi@cais.com)
  29. : (ntrivedi@manu.com)
  30.  
  31.     You might already know about this. Harald M Muller's "Ten Rules for
  32.     Handling Exception Handling Successfully" in C++ Report of Jan 96 
  33.     is an exceptionally well written and formalized article. You should
  34.     read this before you formulate your specs. As is the Exception
  35.     Handling system in C++, so are the resources available regarding
  36.     it - sticky and sparse. 
  37.  
  38.     ramu
  39.